home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / who2.arc / SYSOP.DOC < prev    next >
Text File  |  1991-08-07  |  3KB  |  75 lines

  1.                                 WHO
  2.  
  3. Disclaimer
  4.  
  5. The authors make no warranties expressed or implied as to the quality
  6. or performance of this program.  The authors will not be held liable 
  7. for any damages resulting from the use of this program.  Your use of
  8. this program constitutes your agreement to this disclaimer and your 
  9. releasing the author from any form of liability or litigation.  No part(s)
  10. of the package WHO.ZIP may be altered and redistributed.
  11.  
  12. Introduction
  13.  
  14. After putting up a second node to the board, decided that it would be nice for 
  15. the users to know who was on the other nodes.  I had seen something like this 
  16. in the past, but was unable to find the program.  So I decided to write a 
  17. program to do this.
  18.  
  19. Use
  20.  
  21. Using the program is simple.  You create a door file, I use WHOISON for mine.  
  22. The file contains the following
  23.  
  24. c:
  25. cd\pcb
  26. who c:\pcb\pcboard.sys  c:\pcb\main\usernet.dat
  27.     ^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^
  28.     Path to the node    Path to the PCBoard
  29.     PCBoard.sys file.   usernet.dat file.
  30.  
  31. board
  32.  
  33. The program reads the USERNET.DAT file and displays the results to the screen 
  34. as well to the caller on line.  
  35.  
  36. Here is a sample display.
  37.  
  38. Node  User                    Calling From              Status
  39. 1     Jim Deal                Virginia Beach VA         In chat with node 2
  40. 2     David Terry             Murry UT                  In chat with node 1
  41. 4     Fred Clark              Murry UT                  Entering a message
  42. 99    Tom Thumb               Anywhere USA              Available for chat
  43.  
  44. You will need to make the door a login door in the DOORS.LST file.  Set the 
  45. security level to 0 and the Login flag to Y
  46.  
  47. If you find this program useful, please let me know.  You can do this in one 
  48. of two ways, you can send me a small contribution ($5.00), or you may just 
  49. send me a post card letting me know how you like the program.
  50.  
  51. This program is written in Borland C++.
  52.  
  53.                                 History
  54. Version 1.0 Initial release 8-4-91
  55.  
  56. Version 1.1 Removed the 'Returning to system, please wait'.  Added color to 
  57. the comments. 8-6-91
  58.  
  59. Version 1.2 Corrected the spelling errors in the code. 8-6-91
  60.  
  61.  
  62. All products mentioned in this doc are trademarked by their respective 
  63. companies.
  64.  
  65. Any questions, comments, or CASH may be sent to the following address:
  66.  
  67. Jim Deal
  68. 1407 Grassmere Ct
  69. Virginia Beach VA 23646
  70.  
  71. Sinbad's Shack BBS
  72. (804) 467-9702 USR Dual Standards on line
  73.  
  74.  
  75.